-- The "checkOneRight" handler is in the stack script. The "cd"
-- argument indicates that this cd requires feedback in a cd fld.
on mouseUp
checkOneRight
end mouseUp
-- part 10 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=346 top=321 right=339 bottom=462
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Correct Answer
----- HyperTalk script -----
-- This handler shows the correct answer.
on mouseUp
hideFeedback
dehiliteBtns
set hilite of btn 2 to true
wait 25
repeat 2
set hilite of btn 2 to false
wait 25
set hilite of btn 2 to true
wait 25
end repeat
ans 5
end mouseUp
-- part contents for background part 9
----- text -----
3 of 7
-- part contents for background part 6
----- text -----
These are four new global properties in HyperCard 2.0. Which one can be set to “true” to enable you to watch all the system messages sent to HyperCard?
-- part contents for background part 19
----- text -----
No. The scriptEditor property allows you to use a different script editor than the one that comes with HyperCard. Try again.
Correct. When the messageWatching property has been set to “true”, HyperCard shows you all the messages it receives.
No. The messageWatcher property allows you to use a different message lister than the one that comes with HyperCard. Try again.
No. The variableWatching determines whether HyperCard will show you all your variables as they are used in scripts. Try again.
This is the correct answer. When the messageWatching property is set to “true”, HyperCard shows you all the messages it receives.